home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / misc / emu / ChipEm.lha / Chipem.readme < prev    next >
Encoding:
Text File  |  1980-02-16  |  2.4 KB  |  87 lines

  1. Short: Chip 8 v0.1ß Emulator by Balrog Soft
  2. Uploader: balrog@teleline.es
  3. Author: balrog@teleline.es
  4. Type: misc/emu
  5.  
  6.     Chip 8 Emulator v0.1ß by Pedro Gil (Balrog Soft). First release
  7.  
  8.  
  9.   1 What is Chip 8?
  10.  
  11.     Chip 8 was an old console with a simple graphics (like Atari 2600)
  12.   with only two colors, and one beep of sound.
  13.  
  14.   With this program you will would run old games. The oldest game Pong
  15.   dont work by now in my emulator, but others work fine.
  16.  
  17.  
  18.   2 How work Chip 8 Emulator?
  19.  
  20.     The keyboard of original    In the emulator the keys are:
  21.     Chip 8 machines was:         ( Numeric keys in Amiga )
  22.  
  23.         1 2 3 C                     [ ] / *
  24.         4 5 6 D                     7 8 9 -
  25.         7 8 9 E                     4 5 6 +
  26.         A 0 B F                     1 2 3 Enter
  27.  
  28.     Click on the emulator and you would seen a listview (not work now)
  29.     a text ("No game..."),  buttons "INS", "Start", "Quit" and a cycle
  30.     called Display with "Window" and "Screen".
  31.  
  32.       How to run a game
  33.  
  34.         Click on Ins to load a game (maze for example)
  35.  
  36.   set display in Window on amiga window, or screen (more faster)
  37.  
  38.     And click Start
  39.  
  40.         In screen display you can exit with F10
  41.  
  42.     About "Run" gadget is to emulate the Chip 8, or emulate and monitoring
  43.  the game. In monitor mode you would seen at the end of the screen the
  44.  internal registers of Chip 8. In the top you would seen the emulate chip 8
  45.  and the disassembler. Pressing a key the instructions are executed.
  46.  
  47.  
  48.     With speed, you can control the speed of emulation, 100% is the
  49.  fastest emulation.
  50.  
  51.     3. Bugs and other things
  52.  
  53.        This is my first emulator that I do, please send me emails, with bugs
  54.     ideas, information of Chip 8, all!!!
  55.  
  56.         Write to me : balrog@teleline.es
  57.  
  58.         and visit my web: http://members.tripod.com/~balrogsoft
  59.  
  60.  
  61.     4. History
  62.  
  63.  
  64.       Version 0.1ß
  65.  
  66.         - Fixed the xor drawing mode original of Chip 8, graphics are good
  67.         - Duplicated the window size
  68.         - Add new opcode key VR
  69.  
  70.  
  71.       Version 0.001ß
  72.  
  73.         - First version released
  74.         - Emulated 31 opcodes of 41
  75.         - Emulated sound
  76.         - Emulated very bad graphics
  77.         - Emulated Input hexadecimal keyboard  ç
  78.  
  79.  
  80.     5. List of things to do
  81.  
  82.         - Emulate the 9 opcodes ( bits operation, and fonts)
  83.         - Emulate the opcodes of Super Chip 8 (with better graphics)
  84.         - A better time register emulation
  85.         - ????
  86.  
  87.